public class NoModel extends OpponentModel
negotiationSession, opponentUtilitySpace| Constructor and Description |
|---|
NoModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
void |
updateModel(Bid opponentBid,
double time)
Method used to update the opponent model.
|
cleanUp, getBidEvaluation, getIssueWeights, getOpponentUtilitySpace, getWeight, init, init, isCleared, setOpponentUtilitySpace, setOpponentUtilitySpace, updateModelpublic void updateModel(Bid opponentBid, double time)
OpponentModelupdateModel in class OpponentModelopponentBid - to update the model with.time - at which the bid was offered.public java.lang.String getName()
getName in class OpponentModel